projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60277ea
)
(Integer Basics): Update overflow example.
author
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 21 Oct 2003 01:56:45 +0000
(
01:56
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 21 Oct 2003 01:56:45 +0000
(
01:56
+0000)
lispref/numbers.texi
patch
|
blob
|
history
diff --git
a/lispref/numbers.texi
b/lispref/numbers.texi
index 3dc686f452a9a2f08568510ee48a7df8c7790ce6..c004580d862cd865b0994f51c03814668f8b5933 100644
(file)
--- a/
lispref/numbers.texi
+++ b/
lispref/numbers.texi
@@
-62,7
+62,7
@@
initial sign and optional final period.
1. ; @r{The integer 1.}
+1 ; @r{Also the integer 1.}
-1 ; @r{The integer @minus{}1.}
-
268435457
; @r{Also the integer 1, due to overflow.}
+
536870913
; @r{Also the integer 1, due to overflow.}
0 ; @r{The integer 0.}
-0 ; @r{The integer 0.}
@end example